This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Sametime 8.0 Client Download - this feature has not been enabled" ~Chris Zekboosiverakoi 3.Jan.08 08:01 PM a Web browser General All ReleasesAll Platforms
Clearing the browser cache did not work for me.
I went looking for where the web page was getting its information, since it thought that the feature wasn't available. It was in the static HTML of the language index page. Not dynamic.
When I prepared the network install, I left the Sametime server running when I ran the ArchiveCreator. I shut down Sametime, reran ArchiveCreator, and now the index page was updated with links to the downloads.
My next problem was that when opening in a browser, I still got the old page. Opening the HTML file on the server showed the correct content. Cleared the cache again, and that still didn't fix it.
Viewing some HTML source code showed that the pages were opened using JavaScript in st_nci.js. The index.html page in /applet directory did a re-direct to the index_nn.html page where nn is the user's language. I noticed that ?lang=en was being appended. I removed that manually from a browser address bar and now it was displaying the accurate page to download.
I found that the code in st_nci.js was appending that parameter. I manually changed this line:
And that took care of it. I'm guessing this isn't the ideal thing to be doing, but maybe someone can at least say why that ?lang=en param would cause the wrong page to be shown. And it was the wrong page, not a cache issue. I went to a PC that had never accessed this Sametime server before, and it also displayed the wrong page.